home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / exams / advanced / info.bat < prev    next >
DOS Batch File  |  1995-03-09  |  1KB  |  30 lines

  1. echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo    
  8. echo      All of the files for this program  must be on the same disk drive
  9. echo      or in the same directory, for this program to run properly. There
  10. echo      is a calculator provided in this program,  F2 activates it and A,
  11. echo      B, C, D  or Esc removes the calculator and continues the program.
  12. echo      Please learn how to work the problems with the calculator you are
  13. echo      going to take with you to the examination session.
  14. echo  
  15. echo      A Morse code program named MORSE.EXE is also included and it will
  16. echo      convert any ASCII file into Morse code.  The filename can include
  17. echo      a path.  The Morse code program also has built in Lessons, Random
  18. echo      words and code Groups.  Type MORSE at the DOS prompt and read the
  19. echo      directions.
  20. echo       
  21. echo      To run this program in the future, type ADVANCED at the DOS prompt.
  22. echo  
  23. echo  
  24. pause
  25. advanced
  26. if not exist 73 goto end
  27. pause
  28. morse 73 13
  29. :end
  30.